-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autovot support PR #10
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically, I'd like to avoid having submodules as much as possible here. The model for conch is that it calls things that are available on the path and requires them to be built separately. I think removing the submodule will make some extra steps in the travis config necessary (though it's currently erroring out, I'm going to be adding a new commit to fix that error shortly, so pull that in when it's committed and try to get tests on Travis passing).
@mmcauliffe the submodule was removed and now it should be good for merging(except for the path thing which we discussed). |
This PR adds Autovot support fixing issue #9